🌪 Mersenne Twister implementation backed by rand_core
-
Updated
Jun 3, 2025 - Rust
🌪 Mersenne Twister implementation backed by rand_core
🔢 Rust implementation for TinyMT 64/32 - a lightweight variant of the Mersenne Twister PRNG
An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.
Mersenne Twister(MT19937) implementation in Rust
A Rust library for generating high-quality random numbers based on the Mersenne Twister algorithm 🦀
This project utilizes the programming language Python and Rust to create a random number generator from scratch
This is a Rust implementation of the Mersenne Twister (MT19937) pseudo random number generator (PRNG). This implementation allows you to generate random numbers seeded with the process ID (PID) of the running program, making the sequence of generated numbers different each time the program is run.
Reverse implementation of the MT19937 Mersenne Twister pseudorandom number generator
A converter for the Seed programming language
Add a description, image, and links to the mersenne-twister topic page so that developers can more easily learn about it.
To associate your repository with the mersenne-twister topic, visit your repo's landing page and select "manage topics."